CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv hough

搜索资源列表

  1. 20140519d

    0下载:
  2. 利用hough变换检测直线,基于opencv的vs编写的小程序-Use hough transform line detection, based on the opencv vs write small programs
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:716
    • 提供者:Dawson
  1. cvHoughCircles

    0下载:
  2. 霍夫变换的圆检测算法,基于opencv实现,基础算法。-Hough transform circle detection algorithm based on opencv achieve basic algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:13128903
    • 提供者:d2fans
  1. HoughCircles_Detection

    0下载:
  2. 霍夫圆检测程序代码,使用vs2008平台 ,opencv.实现霍夫圆提取-Hough circle detection code, using vs2008 platform, opencv. Extraction achieve Hough circle
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3388360
    • 提供者:
  1. Hoff-line-transformation

    0下载:
  2. opencv学习代码,霍夫线变换,对初学者很有帮助-opencv learning code, Hough transform line, useful for beginners
  3. 所属分类:OpenCV

    • 发布日期:2017-04-28
    • 文件大小:22893
    • 提供者:曹郁文
  1. PHough

    0下载:
  2. 基于opencv的概率Hough代码,用于检测直线-Opencv based probabilistic Hough code for detecting straight lines
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:2145
    • 提供者:陶潜水
  1. HoughCircles

    0下载:
  2. 霍夫变换求图像中的圈,opencv,vc++,环境vs2010,opencv2.4.8-Hough transforms the image circle, opencv, vc++, environment vs2010, opencv2.4.8
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14365323
    • 提供者:Evy
  1. Houghre

    0下载:
  2. 基于opencv的计算机视觉程序,优化图像,并通过霍夫变换寻找图像中的矩形。-Opencv based on computer vision programs, optimize the image, and Hough transform by finding the image rectangle.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-24
    • 文件大小:390724
    • 提供者:yan
  1. line_detector

    1下载:
  2. 基于opencv的改进的霍夫直线检测算子。应用于图像的直线检测,包括两种直线检测模型。-hough straight line detector of opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1363
    • 提供者:jack
  1. RHT

    0下载:
  2. 基于VC6和OpenCV库函数,利用随机霍夫变换检测图像中圆的MFC程序。-This is a MFC program that using Randomized Hough Transform (RHT) to detect circles image, based on VC6 and OpenCV library.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:181370
    • 提供者:RenHongye
  1. road

    0下载:
  2. 道路线提取,opencv,C++,hough变换,Canny算子-Road line extraction, opencv, C++, hough transform, Canny operator
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8418992
    • 提供者:朱雪虹
  1. road_line_marker_detect

    0下载:
  2. 使用hough变换的方法进行道路地面标线进行探测,较pund的旧版本(道路线检测)而言,更新了配置和说明。 这个程序写的很初级,没有用到其它方法,基本原理就是Hough变换,在win32平台和openCV库支持下的使用demo.-demo of road marker line detect using hough transform method. the only perfect things is that it is simple and easy to use for primer
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3313597
    • 提供者:weng
  1. houghtest

    0下载:
  2. opencv3.0霍夫变换找直线,找圆,直接在视频状态下进行实时找直线,找圆-显示以下内容的翻译: opencv 3.0霍夫变换找直线,找圆,直接在视频状态下进行实时找直线,找圆 仍然翻译: opencv3.0霍夫变换找直线,找圆,直接在视频状态下进行实时找直线,找圆 opencv 3.0 Hough transform to find a straight line, find circle。 at the video state directly in real time to fi
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:517160
    • 提供者:wangbin
  1. HoughCircle

    2下载:
  2. Opencv采用霍夫变识别圆形,并且找出同心圆。可手动调节圆的关径大小-Opencv using circular Hough transform to identify and find concentric circles. You can manually adjust the size of the diameter of the circle off
  3. 所属分类:OpenCV

    • 发布日期:2017-06-17
    • 文件大小:25892360
    • 提供者:李佶林
  1. test2

    0下载:
  2. 基于OPENCV的hough直线变换测试例子(vs2010)-Test example of Hough linear transformation based on OPENCV (VS2010)
  3. 所属分类:Special Effects

    • 发布日期:2017-06-01
    • 文件大小:13686784
    • 提供者:lanyixing
  1. wenxian

    1下载:
  2. 针对自然生长状态下的成熟苹果图像的识别问题,提出选用R-G色差模型,改进的Ostu最大类间方差法分割图像。 然后用面积阈值法消除噪声,获取成熟苹果果实的目标区域。然后采用基于OpenCV的圆形Hough变换方法对多个粘连苹果果实进行分离。-For image recognition problem ripe apples natural growth state, the proposed selection of R-G color model between improved Ostu Ot
  3. 所属分类:software engineering

    • 发布日期:2017-06-14
    • 文件大小:20529944
    • 提供者:suca
  1. cannyld

    0下载:
  2. 利用C++和opencv实现直线提取,主要采用Hough变换实现直线提取-C++ and use opencv achieve line extraction, mainly Hough transform line extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:821
    • 提供者:丁紫
  1. opencv_code

    0下载:
  2. 基于opencv的去噪算法比较以及霍夫变换,另外有3篇有关去噪以及图像识别类的相关文献-Compare opencv based de-noising algorithm and Hough transform, and a further three relevant literature on denoising and image recognition class
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14721010
    • 提供者:jerry
  1. houghTransform

    0下载:
  2. 使用霍夫变换检测直线,基于opencv实现-Hough transform to detect straight line, based on opencv achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1650
    • 提供者:huabozh
  1. houghcut

    0下载:
  2. 基于opencv的hough分割,能实现线段分割和圆的分割-HOUGH CUT
  3. 所属分类:Special Effects

    • 发布日期:2017-12-13
    • 文件大小:37647
    • 提供者:鲈鱼
« 1 2 3 4 5 6 7»
搜珍网 www.dssz.com